From 3f5380afe2d00a1142d401694fbce409f0415c24 Mon Sep 17 00:00:00 2001 From: Alex Williamson Date: Mon, 7 May 2007 08:56:28 -0600 Subject: [PATCH] [IA64] Remove machvec_dig.h The DIG machine vector is no longer overloaded for Xen support. Signed-off-by: Alex Williamson --- .../include/asm-ia64/machvec_dig.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 linux-2.6-xen-sparse/include/asm-ia64/machvec_dig.h diff --git a/linux-2.6-xen-sparse/include/asm-ia64/machvec_dig.h b/linux-2.6-xen-sparse/include/asm-ia64/machvec_dig.h deleted file mode 100644 index 8a0752f409..0000000000 --- a/linux-2.6-xen-sparse/include/asm-ia64/machvec_dig.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef _ASM_IA64_MACHVEC_DIG_h -#define _ASM_IA64_MACHVEC_DIG_h - -extern ia64_mv_setup_t dig_setup; - -/* - * This stuff has dual use! - * - * For a generic kernel, the macros are used to initialize the - * platform's machvec structure. When compiling a non-generic kernel, - * the macros are used directly. - */ -#define platform_name "dig" -#define platform_setup dig_setup - -#endif /* _ASM_IA64_MACHVEC_DIG_h */ -- 2.30.2